Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1NumericBox<TNumeric> Class / FontFamily Property

In This Topic
    FontFamily Property (C1NumericBox<TNumeric>)
    In This Topic
    Gets or sets the font family applied to the view.
    Syntax
    'Declaration
     
    
    Public Property FontFamily As String
    public string FontFamily {get; set;}
    See Also